Notes/Domino Fix List
 |  |
SPR # CYII5N2U99 | Fixed in 6.0.4 release | Template fix: teamrm6.NTF |



Product Area: Template Technical Area: Template Platform: Cross Platform
SPR# CYII5N2U99 - Error "Invalid Formula Unknown Function/Operator" received when opening main documents in the TeamRoom database. This problem has been fixed in 6.5.1.

Technote Number: 1111548

Problem:
The template's Main Document form contains a field dispTZ, that makes use of
the @TimeZoneToText function which was introduced in Notes 6.0. When the
function is called in Notes 5.x the error occurs because the function does not
exist. This issue was reported to Lotus Software Quality Engineering, and was
addressed in the TeamRoom 6 template which ships with Notes/Domino 6.5.1.
Excerpt from the Lotus Notes and Domino Release 6.5.1 MR fix list (available at
http://www.ibm.com/developerworks/lotus/):
Template
SPR# CYII5N2U99 - Error "Invalid Formula Unknown Function/Operator" received
when opening main documents in the TeamRoom database. This problem has been
fixed in 6.5.1.
Workaround:
The following is the same as the formula change implemented in the 6.5.1
version of the TeamRoom template. In the Main Document form alter the dspTZ
field formula to the following:
@If(@Version < @Text(172); @Return(""); @TimeZoneToText(StartTimeZone; "A")) More >


Last Modified on 05/17/2007
Go back
 |